home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / c / sozobon / sozlib15.zoo / sozdistr / include / xdlibs / osbind.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-28  |  411 b   |  24 lines

  1. /*
  2.  * @(#)osbind.h, SozobonX XdLibs (c) jerry g geiger 1995
  3.  *
  4.  * operating system calls
  5.  * last change
  6.  *  - VS:   1995/08/19
  7.  */
  8.  
  9. #ifndef _OSBIND_H
  10. #define _OSBIND_H
  11.  
  12. #ifdef __MSHORT__
  13. extern    long    gemdos(short, ...);
  14. extern    long    bios(short, ...);
  15. extern    long    xbios(short, ...);
  16. extern    short    bdos();
  17. #endif /* __MSHORT__ */
  18.  
  19. #include <bios.h>
  20. #include <tosbind.h>
  21. #include <mintbind.h>
  22.  
  23. #endif /* _OSBIND_H */
  24.